home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / freaky-fun.swf / scripts / frame_25 / PlaceObject2_284_69 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-07  |  124 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.hero) and _root.hero._y > 10)
  3.    {
  4.       _root.hero._y -= n;
  5.    }
  6. }
  7.